
@font-face {
  font-family: "BQSheader";
  src: url("Akrobat-ExtraBold.ttf") format("truetype");
}


body { 
	width: 60%;
	margin-top: 0%;
	margin-left: 20%;
	background-color: #eee;
}

.img-container {
	float: right;
	width: 150px;
	padding-right: 150px;
}

hr {
	height: 10px;
	background-color: #221e41;
	border: 0px;
}

h1 {
	font-family: BQSheader, sans-serif;
	font-size: 60px;
	color: black;
	text-align: center;
}

h2 {
	font-family: BQSheader, sans-serif;
	font-size: 50px;
	color: black;
	text-align: center;
}

p {
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	color: black;
	text-align: center;
}
